-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support EXAT/PEXAT option in the set command #901
Conversation
@ellutionist Can you help to resolve the conflict in redis_cmd.cc |
42a8dab
to
cb6d1d8
Compare
@git-hulk Conflict resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI. Thank you very much for your contribution. The code could be a little more concise.
@ellutionist Thank you very much for your contribution. LGTM. Do you have time to add a unit test for cpp? It should be in |
@tanruixiang Since this PR does not bring any new interface like |
Sorry, I revisited the code. You're right. I guess tcl's tests are enough. Thank you very much for your contribution. |
Many thanks for your contribution, will merge if there are no more comments by tomorrow. cc @PragmaTwice @caipengbo |
Since we have already implemented these options in SET / GETEX, the change is very simple. Some ref links: - CAS was added in apache#415 - SET EXAP / PXAT options was added in apache#901 - GETEX was added in apache#961
PR to solve issue #891